home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 4603 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.0 KB

  1. Path: ionews.ionet.net!usenet
  2. From: David Shaffer <dshaffer@traffic.jam.net>
  3. Newsgroups: comp.lang.c
  4. Subject: malloc
  5. Date: Mon, 05 Feb 1996 17:39:25 -0600
  6. Organization: Shaffer Systems
  7. Message-ID: <3116952D.698FA472@traffic.jam.net>
  8. NNTP-Posting-Host: okc-sip200.ionet.net
  9. Mime-Version: 1.0
  10. Content-Type: multipart/mixed;
  11.     boundary="---------------------------128534292714646129761786943699"
  12. X-Mailer: Mozilla 2.0b4 (X11; I; Linux 1.2.8 i486)
  13.  
  14. This is a multi-part message in MIME format.
  15.  
  16. -----------------------------128534292714646129761786943699
  17. Content-Type: text/plain; charset=us-ascii
  18. Content-Transfer-Encoding: 7bit
  19.  
  20. Why does malloc itself give a sigsegv?
  21. gdb info should be attached to this message.
  22. -- 
  23. David Shaffer
  24. http://traffic.jam.net/~dshaffer
  25.  
  26. -----------------------------128534292714646129761786943699
  27. Content-Type: text/plain; charset=us-ascii
  28. Content-Transfer-Encoding: 7bit
  29. Content-Disposition: inline; filename="gdb"
  30.  
  31. Starting program: /home/moi/UCO/dbms/prog1
  32. converting prog1.dat to binary file prog1.bin...
  33. initializing data base... prog1.bin to hash file hash.dat...
  34. initializing hash table entries... depth of this table is 0
  35. creating a bucket at file location 0...
  36. creating a bucket at file location 1200...
  37. creating a bucket at file location 2400...
  38. creating a bucket at file location 3600...
  39. creating a bucket at file location 4800...
  40. creating a bucket at file location 6000...
  41. creating a bucket at file location 7200...
  42. creating a bucket at file location 8400...
  43. creating a bucket at file location 9600...
  44. creating a bucket at file location 10800...
  45. creating a bucket at file location 12000...
  46. creating a bucket at file location 13200...
  47. creating a bucket at file location 14400...
  48. creating a bucket at file location 15600...
  49. creating a bucket at file location 16800...
  50. creating a bucket at file location 18000...
  51. split occurring for B at depth 0 for an entry of BUFF
  52.  
  53. Program received signal SIGSEGV, Segmentation fault.
  54. 0x2df4 in malloc ()
  55. (gdb)
  56.  
  57. -----------------------------128534292714646129761786943699--
  58.  
  59.